home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DBUGDEMO.PAK / DBUGDEMO.H < prev    next >
Text File  |  1997-05-06  |  548b  |  21 lines

  1. /**********************************************************************
  2.  *          Copyright (c) 1993 by Borland International, Inc.         *
  3. **********************************************************************/
  4.  
  5. #define szAppName "SimplePaint"
  6. #define LINE 1
  7. #define ELLIPSE 2
  8. #define RECTANGLE 3
  9.  
  10. #define MID_QUIT 100
  11. #define MID_LINE 201
  12. #define MID_ELLIPSE 202
  13. #define MID_RECTANGLE 203
  14. #define MID_THIN 301
  15. #define MID_REGULAR 302
  16. #define MID_THICK 303
  17. #define MID_RED 304
  18. #define MID_GREEN 305
  19. #define MID_BLACK 306
  20.  
  21.